home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1989 …il & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / DTS Goodies / Hardware Hints / BoardId Registration / card_17323.txt < prev    next >
Encoding:
Text File  |  1989-04-24  |  1.7 KB  |  50 lines

  1. -- card: 17323 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2566
  5. -- name: Help-SCSI
  6.  
  7.  
  8. -- part 11 (button)
  9. -- low flags: 00
  10. -- high flags: A000
  11. -- rect: left=160 top=295 right=340 bottom=217
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1012 / 1012
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Go back
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   pop card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 12 (field)
  28. -- low flags: 01
  29. -- high flags: 0004
  30. -- rect: left=15 top=12 right=268 bottom=499
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 3
  35. -- text size: 10
  36. -- style flags: 0
  37. -- line height: 13
  38. -- part name: 
  39.  
  40.  
  41. -- part contents for card part 12
  42. ----- text -----
  43.  
  44. These are cTypes for Category "Intelligent Bus".  We wanted to differentiate between intelligent busses, such as SCSI and other busses such as VME.  As developers choose types for the categories 
  45. Intelligent Bus and Bus, we will update the cTypes appropriately.
  46.  
  47. It is important to note that the most important thing is to have unique identifiers for functions 
  48. (in fact, the sRsrc_Type is really just a big long integer, that is subdivided into hierarchical subtypes in order to group functions in a better way).  When the slot manager is used to locate a function, the approprate Category/cType/DrvrSW/DrvrHW values are used to pack or fill in the sRsrc_Type longint.  What this means is that, once an application knows the values for a particular sRsrc_Type that it is interested in, it can look for them, and there can be more than one sRsrc_Type that it may wish to look for.
  49.  
  50.